home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / TOOLBARS / SPLITBAR / SPLITBAR.ZIP / splitmain.dfm / splitmain.txt
Text File  |  1996-06-24  |  2KB  |  110 lines

  1. object Form1: TForm1
  2.   Left = 232
  3.   Top = 110
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 149
  15.     Top = 0
  16.     Width = 278
  17.     Height = 273
  18.     Align = alClient
  19.     Caption = 'Panel1'
  20.     TabOrder = 0
  21.     object Panel3: TPanel
  22.       Left = 1
  23.       Top = 1
  24.       Width = 276
  25.       Height = 108
  26.       Align = alTop
  27.       Caption = 'Panel3'
  28.       TabOrder = 0
  29.       object SplitBar1: TSplitBar
  30.         Left = 1
  31.         Top = 98
  32.         Width = 274
  33.         Height = 9
  34.         Cursor = crVSplit
  35.         Align = alBottom
  36.         Caption = 'SplitBar1'
  37.         TabOrder = 0
  38.         SplitOrientation = spVertical
  39.       end
  40.     end
  41.     object Panel4: TPanel
  42.       Left = 1
  43.       Top = 156
  44.       Width = 276
  45.       Height = 116
  46.       Align = alBottom
  47.       Caption = 'Panel4'
  48.       TabOrder = 1
  49.       object SplitBar2: TSplitBar
  50.         Left = 1
  51.         Top = 1
  52.         Width = 274
  53.         Height = 9
  54.         Cursor = crVSplit
  55.         Align = alTop
  56.         Caption = 'SplitBar1'
  57.         TabOrder = 0
  58.         SplitOrientation = spVertical
  59.       end
  60.     end
  61.   end
  62.   object Panel2: TPanel
  63.     Left = 0
  64.     Top = 0
  65.     Width = 149
  66.     Height = 273
  67.     Align = alLeft
  68.     Caption = 'Panel2'
  69.     TabOrder = 1
  70.     object SplitBar3: TSplitBar
  71.       Left = 100
  72.       Top = 1
  73.       Width = 48
  74.       Height = 271
  75.       Align = alRight
  76.       Caption = 'SplitBar3'
  77.       TabOrder = 0
  78.       object SpeedButton1: TSpeedButton
  79.         Left = 12
  80.         Top = 12
  81.         Width = 25
  82.         Height = 25
  83.         GroupIndex = 3
  84.         Down = True
  85.       end
  86.       object SpeedButton2: TSpeedButton
  87.         Left = 12
  88.         Top = 40
  89.         Width = 25
  90.         Height = 25
  91.         GroupIndex = 3
  92.       end
  93.       object SpeedButton3: TSpeedButton
  94.         Left = 12
  95.         Top = 68
  96.         Width = 25
  97.         Height = 25
  98.         GroupIndex = 3
  99.       end
  100.       object SpeedButton4: TSpeedButton
  101.         Left = 12
  102.         Top = 96
  103.         Width = 25
  104.         Height = 25
  105.         GroupIndex = 3
  106.       end
  107.     end
  108.   end
  109. end
  110.